PParaSpace(long ySpaceBefore, long ySpaceAfter);
long ySpaceBefore;
Amount of space to be added before each paragraph (from 0 to 22 inches) in twipslong ySpaceAfter;
Amount of space to be added after each paragraph (from 0 to 22 inches) in twips
PParaSpace(const PGetParaSpace& space);
Use the corresponding PGetParaSpace query object to set the spacing parameters.ySpaceBefore value ignored for columns. The ySpaceBefore value is not added if the paragraph begins a column.
Example. The following example specifies an insertion of 0.2 inches after each paragraph.
PParaSpace(0, twips(".2i"));
Comments or suggestions? Contact Adobe Developer Support